python-markupsafe: add python-setuptools/host as build dep for targer package
authorAlexandru Ardelean <[email protected]>
Thu, 13 Nov 2025 14:03:21 +0000 (16:03 +0200)
committerAlexandru Ardelean <[email protected]>
Thu, 13 Nov 2025 17:32:33 +0000 (19:32 +0200)
Required now since python3/host no longer provides setuptools bundled.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-markupsafe/Makefile

index 21b92d4d164a99153d446ac4033417268545ecb7..2920e97b69703d2aba165481198a77fbaa5b7d06 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-markupsafe
 PKG_VERSION:=3.0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=MarkupSafe
 PYPI_SOURCE_NAME:=markupsafe
@@ -16,6 +16,7 @@ PKG_MAINTAINER:=Jeffery To <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE.rst
 
+PKG_BUILD_DEPENDS:=python3/host python-setuptools/host
 HOST_BUILD_DEPENDS:= \
        python3/host \
        python-setuptools/host \